home *** CD-ROM | disk | FTP | other *** search
- Path: saturn.ball.com!usenet
- From: jsaler@ball.com (Jeff Saler)
- Newsgroups: comp.lang.c++
- Subject: ostrstreams
- Date: 15 Jan 1996 18:30:27 GMT
- Organization: Ball Systems Engineering Operations
- Message-ID: <4de6g3$e6u@saturn.ball.com>
- Reply-To: jsaler@ball.com
- NNTP-Posting-Host: pokin.ball.com
- X-Newsreader: WinVN 0.92.6+
-
- I am using a function which requires an ostream reference as one of its parameters.
- After each call, I extract a string using the str() function. I would like to
- have the next string that the function inserts into the ostream to overwrite
- the previous one instead of being appended. I tried calling flush(), but this had
- no effect.
-